home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 1998 #13 / Skiva nr 13-1998 (Svart).iso / nksdemo.exe / skepp.dxr / 00142.ls < prev    next >
Encoding:
Text File  |  1998-10-02  |  487 b   |  13 lines

  1. on fireKanon
  2.   global skottILuften, skottPosH, skottPosV, kanonVinkel
  3.   if (the keyCode = 49) and (skottILuften = 0) then
  4.     puppetSound(2, 224)
  5.     set kanonVinkel to the memberNum of sprite 20
  6.     set skottILuften to 1
  7.     set the memberNum of sprite 23 to the memberNum of sprite 20 + 10
  8.     set the locH of sprite 23 to getAt(skottPosH, the memberNum of sprite 20 - 1)
  9.     set the locV of sprite 23 to getAt(skottPosV, the memberNum of sprite 20 - 1)
  10.     updateStage()
  11.   end if
  12. end
  13.